body{
	background-color: #f1f1f1;
}

.wrapper{
	width: 1190px;
	background:#f1f1f1;
	margin: -46px  auto 0 auto;
	z-index: 1;
	position: relative;
}
.wrapper .content{
	border-bottom:1px solid #d1d1d1;
	height: 360px;
	background: #FFF;
	position: relative;
}
.wrapper .content .left{
	top: 0;
	left: 0;
	position: absolute;
	float: left;
	width: 319px;
	height: 360px;
}
.wrapper .content .left a{
	position: relative;
	display: block;
	width: 320px;
	height: 360px;
	overflow: hidden;
}
.wrapper .content .left a img{
	position: absolute;
	display: block;
	z-index:5; 
	top: 0;
	left: 0;
}
.wrapper .content .left a p{
	font-family: "微软雅黑";
	color: #c60075;
	z-index: 42;
	position: absolute;
	font-size: 16px;
	bottom:20px;
	left:32px;
	line-height: 1.2;
}
.wrapper .content .left a p span{
	color: #393939;
	display: block;
	font-size: 32px;
}
.wrapper .content .left a p span::after{
	content: "";
	height: 15px;
	width: 26px;
	border-bottom:1px solid#c8007f;
	display: block;
}
iframe{
	position: absolute;
	top: 0;
	left: 321px;
	height: 360px;
	width: 871px;
	margin: 0;
	padding: 0;
}

.pic_tit{
	font-size: 30px;
	color:#c60075;
	margin-top: 50px;
	margin-bottom: 30px;
	position: relative;
	padding-left: 17px;
}
.pic_tit span{
	font-size:20px;
	margin-left:20px;
	font-weight:normal;
}
.pic_tit::before{
	content: '';
	width: 4px;
	height: 30px;
	background: #c60075;
	position: absolute;
	left:0;
	top: 7px;
}
.wrapper .pic{
	overflow: hidden;
}
img{
	display: inline-block;
}
.wrapper .pic .show{
	/* width: 390px; */
	width: 367px;
	height:367px;
	overflow: hidden;
	position: relative;
	margin-bottom: 40px;
}
.wrapper .pic .show .showlogo{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-ms-transition: all .6s ease;
	transition: all .6s ease;
}
.showlogo p{
	position:absolute;
	left:0;
	top:210px;
	width:100%;
	height:30px;
	color:#fff;
	font-size:19px;
	text-align:center;
	letter-spacing:3px;
	-webkit-text-stroke:.2px #000;

}
.wrapper .pic .show .showlogo img{
	width:100%;
	height:auto;
}
.wrapper .pic .show .info{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(222,0,128,.75);
	opacity:0;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-ms-transition: all .6s ease;
	transition: all .6s ease;
}
.wrapper .pic .show:hover .info{
	opacity:1;
	filter: alpha(opacity=100);
}
.wrapper .pic .show:hover .showlogo{
	opacity:0;
	filter: alpha(opacity=0);
}
.wrapper .pic .show:hover .imgitem{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.wrapper .pic .show .info_logo{
	display:block;
	width:196px;
	height:auto;
	margin:0 auto;
	margin-top:100px;
	opacity:0;
	filter: alpha(opacity=0);
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-ms-transition: all .6s ease;
	transition: all .6s ease;

}.wrapper .pic .show:hover .info_logo{
	margin-top:80px;
	opacity:1;
	filter: alpha(opacity=100);
}
.wrapper .pic .show .btns{
	margin-top:40px;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-ms-transition: all .6s ease;
	transition: all .6s ease;
}
.wrapper .pic .show:hover .btns{
	margin-top:30px;
}
.wrapper .pic .show .btns a{
	width:172px;
	height:37px;
	display:block;
	font-size:18px;
	letter-spacing:10px;
	color:#fff;
	line-height:37px;
	margin:0 auto;
	text-align:center;
	text-indent:50px;
	border: solid 1px #ffffff;
	margin-bottom:20px;
	position:relative;
}
.wrapper .pic .show .btns a.home::before{
	position:absolute;
	left:40px;
	top:7px;
	display:block;
	content:'';
	width:23px;
	height:21px;
	background:url(../img/p2_spr.png) no-repeat;
	background-position:-10px -10px;
}
.wrapper .pic .show .btns a.down::before{
	position:absolute;
	left:40px;
	top:7px;
	display:block;
	content:'';
	width:21px;
	height:19px;
	background:url(../img/p2_spr.png) no-repeat;
	background-position:-10px -51px;
}
.btns a.home:hover{
	background:#fff;
	color:#cb1073;
}
.btns a.down:hover{
	background:#fff;
	color:#cb1073;
}
.btns a.home:hover span{
	color:#cb1073;
}
.btns a.down:hover span{
	color:#cb1073;
}
.wrapper .pic .show .btns a.home:hover::before{
	background-position:-53px -10px;
}
.wrapper .pic .show .btns a.down:hover::before{
	background-position:-51px -51px;
}
.wrapper .pic .show img{
	width: 367px;
	height:auto;
	/* border:1px solid #e6e6e6; */
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-ms-transition: all .6s ease;
	transition: all .6s ease
}
.wrapper .pic .show .num{	
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(../img/arrow_left.png) no-repeat;
	width: 35px;
	height: 35px;
	color:#fff;
	padding-left: 4px;
}
.wrapper .pic .showMiddle{
	margin: 0 28px;
}
.wrapper .pic .show .pop{
	color: #656565;
	position: relative;
	padding-left: 90px;
	margin-top: 23px;
}
.wrapper .pic .show .pop .icon{
	position: absolute;
	left: 0;
	top: -5px;
}
.wrapper .pic .show .pop img{
	width: 72px;
	height: 72px;
}
.wrapper .pic .show .pop h5{
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	color:#c60075;
	margin-top:15px;
}
.wrapper .pic .show .pop h5::after{
	content: '';
	display: block;
	width: 109px;
	height: 5px;;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 6px;
}
.wrapper .pic .show .pop p{
	font-size: 16px;
}
.wrapper .pic .show .pop span{
	position: absolute;
	right: 0;
	top: 2px;
}
.wrapper .pic .show .pop span a.a{
	width: 74px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-indent: 30px;
	margin-bottom: 7px;
}
.wrapper .pic .show .pop span a{
	color:#707070;
}
.wrapper .pic .show .pop span a.a1{
	background: url(../img/btn_dl.png) no-repeat center 0;
}
.wrapper .pic .show .pop span a.a2{
	background: url(../img/btn_site.png) no-repeat center 0;
}

.wrapper .pic .show1:hover .pop1{
	display: block;
}
.wrapper .pic .show2:hover .pop2{
	display: block;
}
.wrapper .pic .show3:hover .pop3{
	display: block;
}
.wrapper .pic .show4:hover .pop4{
	display: block;
}
.wrapper .pic .show5:hover .pop5{
	display: block;
}
.wrapper .pic .show6:hover .pop6{
	display: block;
}
.wrapper .pic .show7:hover .pop7{
	display: block;
}
.wrapper .pic .show8:hover .pop8{
	display: block;
}
/*首页-联系我们*/
.wrapper .contact-us{
	border:1px solid #AAA;
	padding-left: 12px;
	height: 150px;
	color: #c60075;
	margin: 40px auto;
	background: #FFF;
    box-shadow: 3px 3px 10px #e0e8ec;
    z-index: 23;
}
.wrapper .contact-us .title{
	width: 1162px;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #d1d1d1;
}
.wrapper .contact-us .title b{
	line-height: 24px;
	font-size: 20px;
	font-weight: normal;

}
.wrapper .contact-us .people{
	padding-top: 15px;
}
.wrapper .contact-us .title span{
	display: block;
	float: left;
	height: 12px;
	width: 12px;
	background: #c60075;
	margin-top: 18px;
	margin-right: 6px;
}
.wrapper .contact-us .people ul{
	height: 82px;
}
.wrapper .contact-us .people ul li{

	text-align: center;
	color: #959595;
	height: 70px;
	display: inline-block;
	padding-top: 6px;
	letter-spacing: 2px;
	width: 180px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 4px;
	float: left;
	border-right: 1px dotted #DDD;
	-webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    transition: all .6s ease;
}
.wrapper .contact-us .people ul li.peo b{
	line-height: 24px;
}
.wrapper .contact-us .people ul li b{
	text-align: center;
	padding-left: 22px;
	position: relative;
	display: block;
	font-size:15px;
	line-height: 48px;
	font-weight: normal;
}
.wrapper .contact-us .people ul li b:before{
	position: absolute;
	top: 18px;
	margin-left:12px;
	content: "";
	height: 12px;
	width: 12px;
	background: #c60075;
	display: block;
}
.wrapper .contact-us .people ul li:nth-child(1) b:before{
	left:36px;
}
.wrapper .contact-us .people ul li:nth-child(2) b:before{
	left:36px;
}
.wrapper .contact-us .people ul li:nth-child(3) b:before{
	left:36px;
}
.wrapper .contact-us .people ul li:nth-child(4) b:before{
	left:14px;
}
.wrapper .contact-us .people ul li:nth-child(5) b:before{
	left:15px;
}
.wrapper .contact-us .people ul li:nth-child(6) b:before{
	left:36px;
}
.wrapper .contact-us .people ul li:last-child{
	border-right:none;
}
.wrapper .contact-us .people ul li:hover{	
	text-align: center;
	background: #c60075;
	color: #FFF;
}
.wrapper .contact-us .people ul li:hover b{
	text-align: center;
	margin-left: -20px;
	line-height: 18px;	
}
.wrapper .contact-us .people ul li:hover b:before{
	display: none;	
}
.wrapper .contact-us .people ul li:hover.peo,.wrapper .contact-us .people ul li:hover.peo b{
	line-height: 16px;
	font-size: 12px;
}
.wrapper .contact-us .people ul li:hover h3{
	display: inline-block;
}
.wrapper .contact-us .people ul li h3{
	text-align: center;
	letter-spacing: 0;
	font-size: 14px;
	display: none;
}


.wrap .swiper-container .swiper-button-prev,.wrap .swiper-container .swiper-container-rtl .swiper-button-next{
	background: url(../img/prevbtn.png);
	height: 61px;
	width: 38px;
	left: 365px;
	opacity: .3;
}
.wrap .swiper-container .swiper-button-next,.wrap .swiper-container .swiper-container-ltr .swiper-button-perx{
	background: url(../img/nextbtn.png);
	height: 61px;
	width: 38px;
	right: 365px;
	opacity: .3;
}
.page1_toplb a{display:block;width:100%;height:100%;}
/* .showLeft {
  float: left;
}
.showM {
  float: left;
  margin-left: 45px;
}
.showR {
  float: right;
} */
.index_content .pic > div:nth-child(3n-2) {
  float: left;
}
.index_content .pic > div:nth-child(3n-1) {
  float: left;
  margin-left: 45px;
}
.index_content .pic > div:nth-child(3n) {
  float: right;
}

.morelink{
	width:100%;
}
.morelink .pubMain{
	width:1200px;
	height:60px;
	margin:0 auto;
}
.morelink .morebtn{
	display:block;
	width:336px;
	height:53px;
	font-size:18px;
	line-height:53px;
	color:#808080;
	text-align:center;
	letter-spacing:5px;
	border:4px solid #808080;
	margin:0 auto;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    transition: all .6s ease;
}
.morelink .morebtn:hover{
	color:#fff;
	border:4px solid transparent;
	border-left:none;
	border-right:none;
	background:linear-gradient(to right,#66078b,#ec1ca0);
}

